home *** CD-ROM | disk | FTP | other *** search
/ Total Network Tools 2002 / NextStepPublishing-TotalNetworkTools2002-Win95.iso / Archive / Offline Browsing / HTTrack.exe / data1.cab / Sources / src / htssystem.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-04-28  |  213 b   |  16 lines

  1. // DΘfinition de la plate-forme utilisΘe
  2.  
  3. // Sun Solaris .......... 0 
  4. // Windows/95 ........... 1 
  5. // Ibm 580 .............. 2
  6.  
  7. #define HTS_PLATFORM 1
  8.  
  9. // SHELL
  10. #define HTS_ANALYSTE 2
  11.  
  12.  
  13. // Fin de la dΘfinition
  14.  
  15.  
  16.